home *** CD-ROM | disk | FTP | other *** search
- From: Nigel Perry <np%doc.imperial.ac.uk@nsfnet-relay.ac.uk>
- Date: Wed, 18 Oct 89 11:11:23 GMT
- To: info-mac@sumex-aim.stanford.edu
-
-
- Enhancments to LSC3 stdio:
-
- * %k and %lk formats for printf() (& Co.)
- These formats print ints (%k) and longs (%lk) as characters,
- useful for ResType values.
- * New 'device' ".SF" for fopen() and friends.
- The 'device' ".SF" causes fopen() is prompt for a file using
- the Standard File get (read/append access) or put (write access)
- dialogs. This saves the user calling Standard File themselves,
- converting the volRef/name pair to a full pathname, and then calling
- fopen()...
- * Added fdopen() and fdreopen() routines.
- These mimic their Unix counterparts but take a volume reference as well as a name.
- * Added in asm{...} statements.
- Doesn't add functionality, just decreases size to offset increase caused by new code...
-
- The binhex/stuffit archive below contians (1) LSC3 stdio+ library,
- (2) stdio+.h (3) example program (4) source diffs.
-
- Enjoy,
- Nigel (np@doc.ic.ac.uk)
-
- ============================================================
-